projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
78f841d
)
; * lisp/files.el (save-some-buffers-default-predicate): Add :version.
author
Eli Zaretskii
<eliz@gnu.org>
Sat, 4 Feb 2017 10:59:41 +0000
(12:59 +0200)
committer
Eli Zaretskii
<eliz@gnu.org>
Sat, 4 Feb 2017 10:59:41 +0000
(12:59 +0200)
lisp/files.el
patch
|
blob
|
history
diff --git
a/lisp/files.el
b/lisp/files.el
index 03d6df4c037062545c56b81739a7303751904309..b7d104853c3ccb78492402a211d97253b30d2bcd 100644
(file)
--- a/
lisp/files.el
+++ b/
lisp/files.el
@@
-5139,7
+5139,8
@@
Before and after saving the buffer, this function runs
This allows you to stop `save-some-buffers' from asking
about certain files that you'd usually rather not save."
:group 'auto-save
- :type 'function)
+ :type 'function
+ :version "26.1")
(defun save-some-buffers (&optional arg pred)
"Save some modified file-visiting buffers. Asks user about each one.